body {
    background-color: #070707;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    justify-content: center;
    text-align: center;
    user-select: none;
}

table {
    position: block;
    width: 100%;
    height:100%;
}

main {
    max-width: 100%;
}

td {
    vertical-align: middle;
}

a {
    font-family: "Source Code Pro";
    color: #cd1c18;
    text-decoration: underline;
    cursor: pointer;
}

a:hover {
    color: white;
}

p {
    font-family: "Source Code Pro";
    color: #cd1c18;
    font-size: 16px;
    line-height: 24px;
}

i {
    font-style: italic;
}

.ascii {
    display: block;
    max-width:min-content;
    margin-left: auto;
    margin-right: auto;
}

.asciitext {
    font-family: "Source Code Pro";
    text-align: left;
    white-space: pre;
    overflow-y: hidden;
    overflow-x: hidden;
    font-size: 1vw;
    font-weight: 900;
    line-height: 1vw;
    text-shadow: 0px 0px 5px #cd1c18;
}

.medium {
    display: none;
    visibility: hidden;
}

.small {
    display: none;
    visibility: hidden;
}

@media screen and (max-width: 899px) and (orientation : portrait) {
    .large {
        display: none;
        visibility: hidden;
    }
    
    .medium {
        display: block;
        visibility: visible;
    }
    
    .small {
        display: none;
        visibility: hidden;
    }
    
    .asciitext {
        font-size: 5px;
        font-weight: 900;
        line-height: 5px;
        text-shadow: 0px 0px 5px #cd1c18;
    }
}

@media screen and (max-width: 549px) and (orientation : portrait) {
    .large {
        display: none;
        visibility: hidden;
    }
    
    .medium {
        display: none;
        visibility: hidden;
    }
    
    .small {
        display: block;
        visibility: visible;
    }

    .asciitext {
        font-size: 5px;
        font-weight: 900;
        line-height: 5px;
        text-shadow: 0px 0px 5px #cd1c18;
    }
    
    a:hover {
    color: #cd1c18 !important;
    }
}

@media screen and (max-width: 899px) and (orientation : landscape) {
    .large {
        display: block;
        visibility: visible;
    }
    
    .medium {
        display: none;
        visibility: hidden;
    }
    
    .small {
        display: none;
        visibility: hidden;
    }
    
    .asciitext {
        font-size: 5px;
        font-weight: 900;
        line-height: 5px;
        text-shadow: 0px 0px 5px #cd1c18;
    }
    
    a:hover {
    color: #cd1c18 !important;
    }
    
    table {
        width: auto;
        margin: auto;
    }
    
    main {
    margin: auto;
    }
    
    p {
    font-size: 1.25vw;
    }
}

@media screen and (max-width: 549px) and (orientation : landscape) {
    .large {
        display: block;
        visibility: visible;
    }
    
    .medium {
        display: none;
        visibility: hidden;
    }
    
    .small {
        display: none;
        visibility: hidden;
    }

    .asciitext {
        font-size: 5px;
        font-weight: 900;
        line-height: 5px;
        text-shadow: 0px 0px 5px #cd1c18;
    }
    
    a:hover {
    color: #cd1c18 !important;
    }

    table {
        width: auto;
        margin: auto;
    }

    main {
    margin: auto;
    }
    
    p {
    font-size: 1.25vw;
    }
}